home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / vol16n12.zip / ICONED.ZIP / ICON_SRC.ZIP / ICONTEST.DFM / ICONTEST.txt
Text File  |  1997-03-17  |  1KB  |  69 lines

  1. object IconTestForm: TIconTestForm
  2.   Left = 462
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Icon Test'
  7.   ClientHeight = 150
  8.   ClientWidth = 197
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TestImage: TImage
  19.     Left = 140
  20.     Top = 59
  21.     Width = 32
  22.     Height = 32
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 113
  28.     Height = 150
  29.     Align = alLeft
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 18
  33.       Top = 8
  34.       Width = 78
  35.       Height = 16
  36.       Caption = 'Window color'
  37.       Font.Color = clBlack
  38.       Font.Height = -13
  39.       Font.Name = 'Arial'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object ColorGrid1: TColorGrid
  44.       Left = 22
  45.       Top = 24
  46.       Width = 68
  47.       Height = 68
  48.       ClickEnablesColor = True
  49.       BackgroundEnabled = False
  50.       TabOrder = 0
  51.       OnChange = ColorGrid1Change
  52.     end
  53.     object Button1: TButton
  54.       Left = 19
  55.       Top = 112
  56.       Width = 75
  57.       Height = 25
  58.       Caption = 'Close'
  59.       Font.Color = clBlack
  60.       Font.Height = -13
  61.       Font.Name = 'Arial'
  62.       Font.Style = []
  63.       ModalResult = 1
  64.       ParentFont = False
  65.       TabOrder = 1
  66.     end
  67.   end
  68. end
  69.